home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / LOGIN._W_ < prev    next >
Text File  |  1996-10-20  |  274b  |  15 lines

  1. #
  2. # Borland C makefile for LOGIN.C ( small model )
  3. #
  4. # To make:  wmake -f login._W_
  5. #
  6. .c.obj:
  7.      wcl -ms -c $<
  8.  
  9. login.exe: login.obj modem_io.obj pcl4c_s.lib
  10.      wcl login.obj modem_io.obj pcl4c_s.lib
  11.  
  12. login.obj: login.c pcl4c.h
  13.  
  14. modem_io.obj: modem_io.c
  15.